home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the castNum of sprite 4 = 191 then
- set the castNum of sprite 4 to 148
- updateStage()
- set the movieRate of sprite 4 to 1
- else
- set the castNum of sprite 4 to 191
- updateStage()
- set the movieRate of sprite 4 to 1
- end if
- end
-